Skip to main content

All Questions

4votes
2answers
5kviews

In an if statement, what are an "if clause" and a "then clause"?

I am a bit confused about the nomenclature for the parts of an if statement. Consider the following example: 1: if condition then 2: statement_1; 3: else 4: statement_2; 5: end if; What ...
rick's user avatar
  • 2,005

close